Vcenter Authorization VtContainers Mappings ListItem

Vcenter Authorization VtContainers Mappings ListItem
Vcenter Authorization VtContainers Mappings ListItem

The Vcenter Authorization VtContainers Mappings ListItem schema contains all of the information about a containerized object mapping returned by the GET /vcenter/authorization/vt-containers/mappings operation.

This schema was added in vSphere API 8.0.3.0.

JSON Example
{
    "mapping": "string",
    "info": {
        "vtcontainer": "string",
        "object": {
            "type": "string",
            "id": "string"
        }
    }
}
string
mapping
Required

Identifier of the vTContainer mapping.

This property was added in vSphere API 8.0.3.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.authorization.vt_containers.Mapping. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.authorization.vt_containers.Mapping.

info
Required

Information about the vTContainer mapping.

This property was added in vSphere API 8.0.3.0.